home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 19.zip / BS1 part 19 / pageflipper plus FX d1.adf / Text / exec < prev    next >
Text File  |  1987-05-15  |  572b  |  23 lines

  1. EXEC ( command )
  2.  
  3.  
  4. EXEC  stands for  EXECute a CLI command.
  5.  
  6.  
  7. This statement may be included anywhere within the "body"
  8. of your animation script, ie, after the initialization
  9. (INIT) section.
  10.  
  11.  
  12. Any command within the "c" directory of your boot disk, or
  13. any command locatable via paths added by your startup-sequence,
  14. will be executed.
  15.  
  16.  
  17. In practical terms, there will be contention for processor
  18. time when you attempt to integrate Amiga commands with your
  19. animation. You will need some experimentation to discover the
  20. value of this capability relative to your own needs.
  21.  
  22.  
  23.